Withdraw

This operation transfers the council's decision to withdraw the DA from the council's IT system to the Online DA Service.

path Parameters
CaseID
required
string

A fully qualified application number or case id

header Parameters
CouncilID
required
string

The council LGA name to indicate the request is originating from a specific council

IdempotencyID
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Request Body schema: application/json
withdrawalDate
required
string <date>

Date on which case is withdrawn

withdrawalReason
string <= 512 characters

The reason as to why the case is withdrawn

required
object (Person)

Responses

Request samples

Content type
application/json
{
  • "withdrawalDate": "2019-08-24",
  • "withdrawalReason": "string",
  • "UpdatedBy": {
    }
}